lcDrwPurge Home

Clears a drawing database from objects that was marked as "deleted". It deletes the objects physically, i.e. frees memory allocated by the objects, threfore this changes can't be undone later.

 BOOL lcDrwPurge (
   HANDLE hDrw
 );

Parameters
hDrw
  Handle to a drawing object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).